home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 February / PCWorld_2005-02_cd.bin / akce / MediaMonkey_Setup_2_2_2.exe / {app} / readme.txt < prev    next >
Text File  |  2004-08-31  |  17KB  |  318 lines

  1. MediaMonkey 2.2.2 Readme - August 30, 2004
  2. --------------------------------------------------
  3.  
  4. 1. Introduction
  5.  
  6. MediaMonkey is an easy-to-use media organizer for serious music collectors. It catalogs
  7. music files (MP3s, WMAs, OGG, MPC, APE, VQF, WAV files) and audio CDs, and helps you:
  8.  
  9.  - Organise your music and help you find the tracks you're looking for
  10.  - Tag tracks in your library (automatically) in a variety of formats (ID3v1&v2, OGG, WMA, APE2)
  11.  - Play MP3s and other audio formats, level volume, and display funky visualizations
  12.  - Synchronize tracks with your portable audio player 
  13.  - Record CDs into OGG, MP3, and WMA files
  14.  - Convert any supported format into into OGG, WAV, MP3 or WAV files
  15.  - Create playlists and music mixes quickly (manually or automatically) to suit any occasion
  16.  + Much, much more...
  17.  
  18.  
  19. 2. OS Requirements
  20.  
  21. MediaMonkey has been tested on:
  22.  - Windows XP
  23.  - Windows 2000 (SP3/SP4)
  24.  - Windows 98
  25.  - Windows ME
  26.  - Windows NT 4
  27.  
  28.  
  29. 3. Installation
  30.  
  31. a) Double-click the file you downloaded, and follow the on-screen instructions.
  32.  
  33. b) If you had a previous version of MediaMonkey Gold installed, and deleted it prior to
  34.    installing the new version of MediaMonkey, then the configuration settings of your Virtual CD
  35.    will be lost.  Go to: Tools | Options | Virtual CD & Preview, and reset the Virtual CD directory 
  36.    to its previous location.
  37.  
  38. c) Note: If you receive a database-related error, it likely means that data access components on your
  39.    operating system aren't up-to-date or have been corrupted. If this occurs:
  40.    -Install the latest version of Jet Drivers appropriate to your operating system
  41.     (version 4.0 SP8 for all OSes except WinME) via:
  42.     http://msdn.microsoft.com/data/downloads/updates/default.aspx#jet
  43.    -AFTER the Jet drivers have been installed, install MDAC 2.7 Service Pack 1 Refresh via:
  44.     http://msdn.microsoft.com/data/downloads/updates/default.aspx#MDACDownloads
  45.  
  46.     This should trigger components of the Jet drivers to register, after which your system 
  47.     (& MediaMonkey) should function properly. 
  48.  
  49. d) If no sound is heard when you try to play a track, you may want to try switching output plug-ins.
  50.    Go to Tools | Options | Player | Output Plug-ins and change from  DirectSound output to
  51.    WaveOut output.
  52.  
  53. e) If you have problems playing or encoding WMA (Window Media Audio) files, it may
  54.    be due to outdated Windows Media Drivers. You can install the most recent drivers from:
  55.    http://www.microsoft.com/windows/windowsmedia/format/codecdownload.aspx
  56.  
  57.    Note: MediaMonkey does not currently support WMA drm-protected files.
  58.  
  59. f) If you try to generate a report or use Scripting functions and receive an error, it is likely 
  60.    because Windows Scripting functionality hasn't been enabled (sometimes the case in Windows 98).
  61.    The error that appears is "Microsoft VBScript runtime error. ActiveX component can't create 
  62.    object: 'Scripting.FileSystemObject' ".  If this occurs on Win98, go to the Control Panel and:
  63.    -Click 'Add/Remove Programs'
  64.    -Select the 'Windows Setup' Tab
  65.    -Choose 'Accssories' (List) and click 'Details'
  66.    -Check that "Windows Scripting Host" is checked off 
  67.    
  68.  
  69. 4. Advanced Configuration
  70.  
  71. a) Command line options
  72.    A number of flags can be set when running MediaMonkey from the command line:
  73.    /NoSplash - don't show splash screen when starting MediaMonkey 
  74.    /Next     - play files after the current track
  75.    /Add      - add files to the Now Playing queue
  76.  
  77.    You can use these options as follows: 
  78.    MediaMonkey /NoSplash /Add "My song.mp3"
  79.  
  80. b) .ini file customization
  81.    MediaMonkey saves configuration information on a per-user basis to an .ini file stored in:
  82.    C:\Documents and Settings\USERX\My Documents\My Music\MediaMonkey\MediaMonkey.ini
  83.  
  84.    Advanced users can edit the mediamonkey.ini file to change several settings. If you
  85.    plan on making such changes, it's prudent to back up your .ini file beforehand. Also
  86.    make certain to close MediaMonkey before making such changes so that it doesn't
  87.    overwrite any of the changes you've made.
  88.  
  89.     i) To change the text associated with the fields Custom 1, Custom 2, and Custom 3 add the 
  90.        following to the .ini file:
  91.         [CustomFields]
  92.         Fld1Name=Xxxxx
  93.         Fld2Name=Yyyyy
  94.         Fld3Name=Zzzzz
  95.        Where Xxxxx, Yyyyy, Zzzzz is the text that you would like to appear for each respective field.
  96.  
  97.    ii) To change the location of the database from a specific user's \My Music folder
  98.        move the .mdb database file from its current location in the \My Music directory
  99.        and add the following line to the [System] section of the .ini file:
  100.        DBName=full path\filename.mdb (for example DBName=C:\My Documents\Databases\music.mdb)
  101.  
  102.    iii)To eliminate illegal characters when auto creating file names from tags, there is a section
  103.        [FilenameMappings] in the .ini file, where hexadecimal values define mappings between characters.
  104.        For example E1=61 means that "/" is mapped to "a". You can modify these settings if you're
  105.        adventurous. You can find hexadecimal values of characters in the "Character map" application 
  106.        included with Windows. Note that unicode is not supported in this feature.
  107.  
  108.    iv) To change the manner in which MediaMonkey attempts to interpret Track Properties from track
  109.        organization and filename, edit the [SongMasks] section (MediaMonkey attempts to match the masks
  110.        in that section in sequential order).
  111.  
  112. c) Shared environments
  113.    If you wish to share MediaMonkey's configuration file and or database among multiple users:
  114.     i) Move the MediaMonkey.ini file to the \Program Files\MediaMonkey directory. This will cause
  115.        all users to have the same MediaMonkey settings, however, you must make sure that all
  116.        users have appropriate permissions to read/write to this directory.
  117.    ii) Ensure that your MediaMonkey database has correctly set permissions so that all users
  118.        can read/write to the database.
  119.  
  120.  
  121. 5. Known Issues
  122.  
  123. a) Problems playing CDs and/or failed CD scans and Freedb lookups.
  124.    First verify that CD sound hasn't been 'muted'. Double-click the speaker icon in the system
  125.    tray, and ensure that 'mute' is not checked off for both Wave/MP3 and CD Audio.
  126.    
  127.    i)  On some systems (usually on a Win9x system with multiple CD drives using ASPI drivers), 
  128.        MediaMonkey will have trouble playing CDs or play the CD but display an error message,
  129.        due to an incorrect mapping between physical drives and their associated drive letter. 
  130.        This typically occurs when drive letters and IDE interfaces are not in the same order.  
  131.  
  132.        On most systems this can be resolved by configuring the the CD Reader Input Plug-in: 
  133.        -Click 'Tools'|'Options'|'Input Plug-ins'|'CD Reader' and press 'Configure'
  134.        -Highlight each drive, and Configure each interface to use 'Win32' instead of 'ASPI'
  135.        OR
  136.        -Highlight each drive, press 'Configure' and change the 'ASPI device' to the physical
  137.         device that actually maps to the drive letter in question.
  138.         Once you press 'Ok' (3x) and exit the options dialog, your problem should be solved.
  139.  
  140.    ii) On some Win9x systems, it may be necessary to reassign Windows CD Drive letters to match
  141.        the order of IDE interfaces. e.g.
  142.               IDE Interface     Current Mapping      New Mapping
  143.         cd1   IDE2 Master       D:                   E:
  144.         cd2   IDE1 Slave        E:                   D:
  145.  
  146.        To remap a Windows 9x CD drive:
  147.        -Click Start, point to Settings, and then click Control Panel. 
  148.        -Double-click the System icon, and then click the Device Manager tab. 
  149.        -Click the CD-ROM drive you want to change, and then click the Properties button. 
  150.        -Click the Settings tab. 
  151.        -In the Reserved Drive Letters section, set Start Drive Letter and End Drive Letter to the 
  152.         drive letter you want the CD-ROM drive to use. Click OK until you return to Control Panel. 
  153.        -Restart the computer.
  154.        More information about how Windows assigns drive letters can be found here: 
  155.        http://support.microsoft.com/default.aspx?scid=kb;EN-US;234048
  156.    
  157.    iii)If you continue to have problems playing CDs and/or receive "Win32 Raw_Read" error messages, you 
  158.        should consider installing version 4.6 of Adaptec's ASPI drivers. This will solve 2 problems:
  159.        1) CD drive failure because user is not logged in as administrator. Windows NT/2000/XP systems
  160.           use SPTI CD drivers by default, and these can fail if the user is not logged in as Administrator.
  161.           ASPI drivers, on the other hand, don't have this problem.
  162.        2) CD drive failure because ASPI drivers have been somehow corrupted.
  163.  
  164.        More information & working aspi drivers may be found at:
  165.        http://aspi.radified.com/aspi.htm
  166.  
  167.        If you still experience error messages, you can disable digital CD playback, by deleting 
  168.        the in_cdreader.dll plug-in from the \plugins directory.
  169.  
  170. b) Failure to erase CD-RWs with MediaMonkey.
  171.    Generally this occurs on systems with multiple CD drives, and the problems occur with Nero 
  172.    independently of MediaMonkey. Since MediaMonkey relies on Nero for CD burning, any CD 
  173.    erasing/burning problems that occur with Nero when another media player is open, are 
  174.    likely to occur with MediaMonkey as well. To avoid this, use CD-R media.
  175.  
  176. c) Problems editing properties when tags are in a language that is right to left.
  177.    This occurs if track properties are in Hebrew or Arabic.  To get around this problem:
  178.    -Got to Tools|Options|Appearance|Skins and enable [x] Override Skin Theme with Windows System Theme
  179.  
  180. d) Problem playing/tagging/analyzing  volume of WMA tracks with filenames containing non Western 
  181.    European characters. MediaMonkey supports almost any foreign language that is supported by Windows. 
  182.    In order to enable foreign language support, Windows must be configured with the foreign language in 
  183.    question as the default language (e.g. if you wish to play/tag/level tracks that have filenames with 
  184.    Russian characters, Russian must be configured as the default language in Windows. This can be done 
  185.    via: Control Panel | Regional Settings using the 'Set default...' button.  Note: this problem occurs
  186.    with formats other than MP3 and OGG.
  187.  
  188. e) Unable to get 'Level Volume' to work on tracks with filenames containing non Western European
  189.    characters.  Level Volume is currently not supported for such files.
  190.  
  191. f) Problems using multimedia keyboard player keys on some Logitech keyboards--if the multimedia keys
  192.    are used while MediaMonkey is minimized, the tracks keep skipping. To get around this, add one of
  193.    the following entries to the Players.ini file included with the keyboard drivers:
  194.    1) MediaMonkey=cmd,MediaMonkey.exe,Winamp v1.x,xxx,xxx,40045,40046,40047,40044,40048,0,1,MediaMonkey
  195.      (this sends WinAmp compatible messages to MediaMonkey)
  196.    2) MediaMonkey=wac,MediaMonkey.exe,Winamp v1.x,xxx,xxx,xxx,xxx,xxx,xxx,xxx,0,1,MediaMonkey
  197.      (this handles playback control directly to MediaMonkey)
  198.  
  199. g) Database corruption errors.
  200.    If you receive database corruption errors, the likely cause is that Microsoft MDAC and Jet drivers
  201.    are not up to date. Try the following:
  202.    a) Click File | Maintain Database | Compact Database command . This may resolve the issue.
  203.    b) Install updated MDAC/Jet drivers as described in the installation section (3c) above.
  204.  
  205.  
  206. 6. Tips
  207.  
  208. a) How to enable cross-fading between Tracks: 
  209.    If you are using Windows 98, ME, 2000 or XP, you can enable crossfading or gapless 
  210.    playback via the included DirectSound output plugin:
  211.    -Go to Tools|Options|Output plug-ins and set DirectSound as the output plug-in if it isn't already.
  212.    -Click the 'Configure' button to configure the plugin.
  213.  
  214.    To enable crossfading:
  215.    -Select the 'Fading' tab
  216.     -Change the default fade length to 600ms
  217.     -Double-click 'On start' and then 'On end of song' to enable fading
  218.    -Click 'Apply' and then 'OK'
  219.  
  220.    To enable gapless playback:
  221.    -Select the 'Buffering' tab
  222.     -Increase the 'Buffer length' to 5000ms
  223.     -Increase 'Buffer-ahead on track change' to 3000ms 
  224.    -Select the 'Fading' tab
  225.     -Ensure that fading is disabled for 'on start', 'on first start', and 'on end of song'
  226.      since if fading is active, gapless playback will be disabled.
  227.    -Select the 'Other' tab
  228.     -Check "Remove silence..."
  229.  
  230.    Note: another excellent option is the Sqrsoft crossfading plugin which allows gapless playback
  231.    AND crossfading concurrently: http://www.sqrsoft.com.ar/en/index.html. To use this plugin,
  232.    after installing it to the WinAmp directory, you'll have to manually copy OUTSQR.DLL and
  233.    the ACF directory to the \mediamonkey\plugins directory. This plug-in is known to have problems
  234.    on some systems, though.
  235.  
  236.  
  237. 7. Plug-in Configuration: DeFX for Winamp v0.97
  238.  
  239. DeFX by Franco Catrin is included with MediaMonkey, allowing you to use MediaMonkey for karaoke via 
  240. its voice removal function. The full features of DeFX are:
  241. a) Pitch Modulation. Choose between Chorus, Flange or Phaser (New), and set your favourite 
  242.    configuration, changing Rate, Depth and Amount of effect. 
  243. b) Voice Removal. Remove the center channel depending of the specified amount. Most singers 
  244.    record their voices on this channel, if so, the voice will be removed. 
  245. c) Reverberation. Make your music sounds like it were played inside/outside a big room. 
  246.    Pitch change, rise or move down the pitch of the song without affecting tempo. 
  247. d) Balance. Lets you hear only the left or right channel on both speakers. 
  248.  
  249. To activate this plug-in, simply go to Tool|Options|Plugins|DSP Effects and make Defx active.
  250. Press Configure and you'll see a message box asking you to launch the control panel, just press OK. 
  251.  
  252. For more information about how the voice removal effect works and a full version history, see:
  253.    -The DeFXInfo.htm file in the plugins directory
  254.    -The new Defx www site at: http://defx.sourceforge.net/
  255.  
  256. If you want to contact Franco, write to ancelot@directo.cl. For information about future updates  
  257. send a mail with the subject "I use DeFX" to be added to a mail list. 
  258.  
  259. THANKS to all the people who have give some attention to this little plug-in. All the people who 
  260. have helped me without knowing it, publishing their knowledge on the Internet... the real democracy!. 
  261. A great kiss (ah!) to my dear girlfriend Claudia (Kuaria) for his support, love, comprehension and 
  262. everything she knows =D
  263.  
  264. Many thanks also to Claudia's brother Miguel (ex-Mr_Peco, now cibersurfer_master) Claudio Nicora for
  265. his great idea to improve the Voice Removal effect. As you may see... it's IMPLEMENTED from v0.97, 
  266. Marc S. Ressl for his help in the MuchFX bug, Guillermo Vargas and family for their continuos support,
  267. from the '80s, Johanne for his first lessons about audio when we worked together when I was I child. 
  268. More friends and their ideas: Cesar Hernandez, Giorgio Marazzi, Rafael Ramirez, JUCA, Pastelito.... 
  269.  
  270. Franco Catrin L.
  271. Email: ancelot@directo.cl
  272. Homepage: http://www.ancelot.8k.com
  273. ICQ: Ancelot (30449379)
  274.  
  275.  
  276. 8. Plug-in Configuration: CD Reader
  277.  
  278. CD Reader by Vladimir Kopjov is a fantastic input plug-in that improves the quality of Audio CD
  279. playback, and makes it more reliable, especially when multiple CD Drives are present.
  280.  
  281. CD Reader is installed by default with MediaMonkey, and can be configured via 
  282. Tools | Options | Input Plug-ins
  283.  
  284. For more information about CD Reader, see in_cdreader.txt in the Plugins directory.
  285.  
  286.  
  287. 9. Feedback and Questions
  288.  
  289. If you have any comments or questions, we'd be happy to hear from you.  Contact 
  290. information follows: 
  291.  
  292.  - Discussion Forums: http://www.mediamonkey.com/forum
  293.  
  294.  - Technical support e-mail: support@mediamonkey.com
  295.  
  296.  - Homepage: http://www.mediamonkey.com
  297.  
  298.  
  299. 10. Acknowledgements
  300.  
  301. MediaMonkey has become what it is thanks to a large extended community.  Aside from those
  302. already mentioned in the 'About' panel, special thanks go to:
  303.  
  304.  - Tyll Zybura & Highelf for the German translation
  305.  - Pablo Schmerkin for the Spanish translation
  306.  - Octopod for the French translation
  307.  - Oliver Tonet for the Italian translation
  308.  - Felix Atagong, UI & Lowlander for the Dutch translation
  309.  - Paulino Michelazzo for the Portuguese translation
  310.  - Pavle Lacarac (aka Peke) for work on the plugins
  311.  - Russell Samuels for doing all the stuff no one else wants to
  312.  - Jiri Hajek for coding into the wee hours every morning and selling his soul to the monkey
  313.  + Countless testers and reviewers who've helped MediaMonkey grow every day
  314.  
  315.  
  316. ---------------------------------------------------------------------------------
  317. Copyright (c) 2004, Ventis Media, Inc.
  318.